Labels: text | screenshot | font | colorfulness | graphics | graphic design OCR: These are function prototypes. The first declaration tells the compiler that the functions "minimum( )" and "maximum( )" each take tow arguments of type of "float" and each return a value of type "float". The second declaration tells the compiler that "prn_info( )" takes no arguments and returns no value.